Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SeStringBuilder.GetViewAsMemory/Span #100

Merged
merged 2 commits into from
Nov 20, 2024

Conversation

Soreepeong
Copy link
Contributor

SeStrings created from SeStringBuilder is often used right away and discarded without escaping the code scope .ToArray is being called. This commit adds new functions that will expose a read-only view of the internal buffer.

`SeString`s created from `SeStringBuilder` is often used right away and
discarded without escaping the code scope `.ToArray` is being called.
This commit adds new functions that will expose a read-only view of the
internal buffer.
@NotAdam NotAdam merged commit db7deb5 into NotAdam:master Nov 20, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants